home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / dnet / fterm.doc < prev    next >
Text File  |  1994-02-11  |  2KB  |  57 lines

  1.  
  2. AMIGA/FTERM
  3. AMIGA/BBSTERM
  4.  
  5.     FTERM [-Nnet] [port#] [-c#] [-wcapturefile]
  6.  
  7.     FTERM opens a standard intuition window and connects to a CSH running on
  8.     the remote UNIX machine.  If the remote machine is another Amiga, it
  9.     connects to the terminal-window server (STERM).
  10.  
  11.     UNIX: The csh runs on a PTY and is NOT named, which means you don't show
  12.     up in WHO or FINGER, and cannot TALK other people (nor can they talk you).
  13.     To get a named shell, you must 'rlogin localhost'.  This adds another process
  14.     to the character-loop.
  15.  
  16.     The default port# is 8195.    You can also specify another port # to
  17.     connect to.
  18.  
  19.     The -N option specifies the network (default = 0).  This is the same
  20.     network as was specified when you ran DNET (if was not specified, is 0)
  21.  
  22.     The -c# option (-c7 for example) sets the 'cooked' mode.  Bits are
  23.     defined as follows:
  24.  
  25.         bit
  26.         0   turn keyboard CR's into LFs when sent to remote
  27.         1   Local Echo (half duplex)
  28.         2   cause received LFs to generate a CR+LF (i.e. CSI20h)
  29.  
  30.     -wcapturefile   Specify name of capture file, else "ram:capture".
  31.  
  32.     Menus:  (partially implemented):  Capture -capture into ram:capture
  33.  
  34.                       Paste   -pastes from ram:paste
  35.  
  36.                       Flush   -get rid of buffered data
  37.                            on remote end (that would
  38.                            otherwise take a long time
  39.                            to display)
  40.  
  41.     BBSTERM is simply FTERM renamed, and uses PORT_BBS (8200) instead of
  42.     PORT_IALPHATERM (8195).
  43.  
  44.     RELEASE INFO:
  45.  
  46.     V1.10   DNET 1.10 release
  47.  
  48.         -Implements auto window resize and auto-remote-resize
  49.         -Implements local echo (cooked mode) and buffering
  50.  
  51.         Remote STERM implements equivalent options and now has the
  52.         same resize/echo/remote-resize capabilities as FTERM.
  53.  
  54.     V1.00   Initial Release
  55.  
  56.  
  57.